Auto merge of #3664 - pwoolcoc:issue-3391, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 7 Feb 2017 20:08:02 +0000 (20:08 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Feb 2017 20:08:02 +0000 (20:08 +0000)
Assume that a `build.rs` file is a build script

If cargo sees a `build.rs` file in the same directory as the current
`Cargo.toml`, it will assume that the `build.rs` file is a build script,
unless there is `build = false` in the  `Cargo.toml` file.

Closes #3391


Trivial merge